home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / Hypergames / AdventureStacks / ACK-stack / Adventure / background_4064.txt < prev    next >
Encoding:
Text File  |  1988-05-16  |  2.9 KB  |  144 lines

  1. -- background: 4064 from stack: in
  2. -- bmap block id: 6988
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Object
  6. ----- HyperTalk script -----
  7. on opencard
  8.   get the short name of this card
  9.   put it into field "Name"
  10. end opencard
  11.  
  12.  
  13.  
  14. -- part 1 (field)
  15. -- low flags: 80
  16. -- high flags: 0002
  17. -- rect: left=216 top=108 right=201 bottom=310
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 3
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Location
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 80
  30. -- high flags: 0002
  31. -- rect: left=341 top=94 right=169 bottom=472
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Carryable
  40.  
  41.  
  42. -- part 3 (field)
  43. -- low flags: 00
  44. -- high flags: 0002
  45. -- rect: left=20 top=37 right=64 bottom=490
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 2
  50. -- text size: 20
  51. -- style flags: 0
  52. -- line height: 26
  53. -- part name: Name
  54.  
  55.  
  56. -- part 4 (field)
  57. -- low flags: 80
  58. -- high flags: 0002
  59. -- rect: left=109 top=107 right=200 bottom=203
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 3
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: Initloc
  68.  
  69.  
  70. -- part 5 (field)
  71. -- low flags: 80
  72. -- high flags: 0002
  73. -- rect: left=108 top=223 right=241 bottom=206
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 3
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Weight
  82.  
  83.  
  84. -- part 6 (field)
  85. -- low flags: 80
  86. -- high flags: 0002
  87. -- rect: left=224 top=220 right=239 bottom=375
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 0
  91. -- font id: 3
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: initcarryable
  96.  
  97.  
  98. -- part 7 (field)
  99. -- low flags: 00
  100. -- high flags: 0002
  101. -- rect: left=21 top=69 right=288 bottom=289
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 0
  105. -- font id: 5
  106. -- text size: 14
  107. -- style flags: 0
  108. -- line height: 18
  109. -- part name: Description
  110.  
  111.  
  112. -- part 8 (field)
  113. -- low flags: 00
  114. -- high flags: 0002
  115. -- rect: left=294 top=93 right=288 bottom=489
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 0
  119. -- font id: 3
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Notes
  124.  
  125.  
  126. -- part 9 (button)
  127. -- low flags: 00
  128. -- high flags: 2000
  129. -- rect: left=21 top=290 right=322 bottom=64
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 14953 / 14953
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: return
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   visual venetian blinds
  141.   go back
  142. end mouseUp
  143.  
  144.